COURSE LIBRARY - Tutorials & Exercises

This page contains all the tutorials, cheat sheets & exercises for the course.

๐Ÿ–ฅ๏ธ Tutorials

๐Ÿ‹๐Ÿป Exercises

EXERCISES PDF

OVERVIEW

Week 1Week 2Week 3Week 4
Markdown document - formatting requirements & answering questionsFollow tutorials - Tutorial 2 - The Terminal & Tutorial 3 - File systemsWrite your first "Hello, World!" on ReplitWrite some functions - follow a tutorial and practice writing code!
Breaking the ice - ask a question on Slack and use ChatGPTDownload node.js and npm + checking in the terminal if it has been installedShort coding exercises - declaring variables, playing around with booleans (true/false), numbers and strings, using console.log() to print your results, writing simple if-statements.Ping a website - using the terminal, check if website is online
Navigation & file operations in the terminalDownloading VSCode & an extension + practicing using git to upload your work from your local machine.